home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / gnews203.zip / NEWS.GNS < prev    next >
Text File  |  1992-09-05  |  4KB  |  89 lines

  1. ; GNEWS V2.03, 1991/92(C)
  2. ; By Gibi Cohen
  3. ; Supports RemoteAccess, SuperBBS, QuickBBS
  4.  
  5. ; Any field can be disabled by placing ';' at the start of the line, and
  6. ;  default value will be used.
  7. ; Comments are marked with ';'.
  8. ;
  9. ; Default values will be used in cases of Syntax-Errors or if Invalid values
  10. ;  are assigned to parameters.
  11. ;
  12.  
  13. AsciiFile = true
  14. AvtRLEmode = false
  15. GnewsLogo = true
  16. ScanAnimation = 1   ; (1-6)
  17. MessageHeader = 1   ; (1-4)
  18. WordWrap = 0
  19. Loging = false
  20. ProductSupport = false
  21.  
  22. MessageArea = 1
  23. Max_Messages_Age = 0
  24. Just_Subject = ""
  25.  
  26. PrivateMsgs = true
  27. PublicMsgs = true
  28. ScreenTitle = " Gnews Bulletins "
  29. No_Active_Messages_Screen = true
  30. Title_When_No_Active_Messages = true
  31. No_Active_Messages_Message = "No Active messages found."
  32. Add_Cls_At_End = false
  33. Pause_After_Last_Message = true
  34. Disable_Stopping_With_S = false
  35. Enable_Stopping_With_S_after_First_Msg = false
  36. Enable_Stopping_With_S_after_High_Date = false
  37. Pause_After_N_Lines = 23
  38. PauseMessage = "<< PAUSE >>"
  39. Pause_After_Each_Message = false
  40. Clear_After_Pause = false
  41. Message_Stat_At_Start = false
  42. Message_Stat_At_End = false
  43. ExcludeFileName = ""
  44.  
  45.  
  46. ;       Color Table:
  47. ;      ┌────────────────────────────────────────────┬───────────────────────┐
  48. ;      │ Foreground Colors...                       │ Background Colors...  │
  49. ;      ├────────────────────────────────────────────┼───────────────────────┤
  50. ;      │                                            │                       │
  51. ;      │ · Black           · Flashing Black         │ · Black               │
  52. ;      │ · Blue            · Flashing Blue          │ · Blue                │
  53. ;      │ · Green           · Flashing Green         │ · Green               │
  54. ;      │ · Cyan            · Flashing Cyan          │ · Cyan                │
  55. ;      │ · Red             · Flashing Red           │ · Red                 │
  56. ;      │ · Purple          · Flashing Purple        │ · Purple              │
  57. ;      │ · Brown           · Flashing Brown         │ · Brown               │
  58. ;      │ · White           · Flashing White         │ · White               │
  59. ;      │ · Gray            · Flashing Gray          │                       │
  60. ;      │ · Bright Blue     · Flashing Bright Blue   │                       │
  61. ;      │ · Bright Green    · Flashing Bright Green  │                       │
  62. ;      │ · Bright Cyan     · Flashing Bright Cyan   │                       │
  63. ;      │ · Bright Red      · Flashing Bright Red    │                       │
  64. ;      │ · Bright Purple   · Flashing Bright Purple │                       │
  65. ;      │ · Bright Yellow   · Flashing Bright Yellow │                       │
  66. ;      │ · Bright White    · Flashing Bright White  │                       │
  67. ;      └────────────────────────────────────────────┴───────────────────────┘
  68.  
  69. ColScreenFg = Bright White
  70. ColScreenBg = Blue
  71. ColShadowBg = Black
  72. ColProductSupportFg = Bright Green
  73. ColProgTitleFg = Bright White
  74. ColProgTypeFg = Bright Yellow
  75. ColPauseMessageFg = Flashing Bright Red ; Shareware Option
  76. ColPauseMessageBg = Black               ; Shareware Option
  77. ColBulletTitleFg = Bright White
  78. ColBulletTitleBg = Red
  79. ColMsgHeaderFg = Bright White
  80. ColMsgHeaderBg = Red
  81. ColMsgHeaderSquareFg = Bright Yellow
  82. ColMsgHeaderConstFg = Bright Yellow
  83. ColMsgHeaderDataFg = Bright White
  84. ColMsgStatTitleFg = Bright Yellow
  85. ColMsgStatSquaresFg = Bright Purple
  86. ColMsgStatConstFg = Bright Cyan
  87. ColMsgStatDataFg = Bright White
  88. ColMsgStatBg = Red
  89.